Print d->is_dying when dumping domain info.
authorKeir Fraser <keir.fraser@citrix.com>
Mon, 27 Oct 2008 13:23:58 +0000 (13:23 +0000)
committerKeir Fraser <keir.fraser@citrix.com>
Mon, 27 Oct 2008 13:23:58 +0000 (13:23 +0000)
Signed-off-by: Jan Beulich <jbeulich@novell.com>
xen/common/keyhandler.c

index e24a6d335f172acdadb12b7ed6342c592b2b16be..e13698efdddb7c935f5576a347e2a96e68e4b0a6 100644 (file)
@@ -183,9 +183,9 @@ static void dump_domains(unsigned char key)
     {
         printk("General information for domain %u:\n", d->domain_id);
         cpuset_print(tmpstr, sizeof(tmpstr), d->domain_dirty_cpumask);
-        printk("    refcnt=%d nr_pages=%d xenheap_pages=%d "
+        printk("    refcnt=%d dying=%d nr_pages=%d xenheap_pages=%d "
                "dirty_cpus=%s\n",
-               atomic_read(&d->refcnt),
+               atomic_read(&d->refcnt), d->is_dying,
                d->tot_pages, d->xenheap_pages, tmpstr);
         printk("    handle=%02x%02x%02x%02x-%02x%02x-%02x%02x-"
                "%02x%02x-%02x%02x%02x%02x%02x%02x vm_assist=%08lx\n",